/-app
/-imports
/-imports/codemirror
/-imports/knockout
/-storage
/-typings
knockout.d.ts
websql.d.ts
functions.ts
index.html
x
1
<!doctype html>
2
<html>
3
<head>
4
<title>Teapo - [teapo v0.5a]</title>
5
</head>
6
<body>
7
​
8
<!-- Knockout HTML templates -->
9
<!--
10
<script id=page-template type='text/html'></script>
11
-->
12
​
13
<!--Knockout-->
14
<script>###imports/knockout/knockout-3.2.0.js###</script>
15
​
16
<!-- Teapo code (this will actually execute stuff straight away) -->
17
<script>###sample.ts:build###</script>
18
​
19
</body>
20
</html>
21
​
Updated 2014-8-22 23:4.